home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / inn-faq.diff3 < prev    next >
Encoding:
Internet Message Format  |  1994-04-21  |  3.7 KB

  1. Subject: Changes to INN FAQ Part 3/4: Operational and Misc. Questions
  2. Newsgroups: news.software.nntp,news.software.b,news.answers
  3. From: tal@Warren.MENTORG.COM (Tom Limoncelli)
  4. Date: 20 Apr 1994 04:00:19 -0000
  5.  
  6. Posted-By: auto-faq 2.4
  7. Archive-name: inn-faq/diff3
  8.  
  9. *** FAQ-inn.3-lastposted    Tue Apr  5 00:00:23 1994
  10. --- FAQ-inn.3    Wed Apr 20 00:00:03 1994
  11. ***************
  12. *** 1,4 ****
  13. ! Last Changed: $Id: FAQ-inn.3,v 1.61 1994/03/15 20:09:03 tal Exp $
  14.   
  15.                     Part 3 of 4
  16.    
  17. --- 1,4 ----
  18. ! Last Changed: $Id: FAQ-inn.3,v 1.64 1994/04/18 18:46:17 tal Exp $
  19.   
  20.                     Part 3 of 4
  21.    
  22. ***************
  23. *** 339,348 ****
  24.   IP addresses for all the entries mentioned there.  The problem is that
  25.   this data is dynamic (sometimes people change IP addresses), and innd
  26.   never goes back to check.  If your system stays up for days and one of
  27. ! your feeds changes their IP address, innd will reject them.  Rich plans
  28. ! to handle this in INN1.5, but for now you might find it useful to do a
  29. ! "ctlinnd reload hosts.nntp" out of cron every day or so or when you
  30. ! notice there's a problem.
  31.   
  32.   
  33.   ------------------------------
  34. --- 339,348 ----
  35.   IP addresses for all the entries mentioned there.  The problem is that
  36.   this data is dynamic (sometimes people change IP addresses), and innd
  37.   never goes back to check.  If your system stays up for days and one of
  38. ! your feeds changes their IP address (or has a new CNAME), innd will
  39. ! reject them.  Rich plans to handle this in INN1.5, but for now you
  40. ! might find it useful to do a "ctlinnd reload hosts.nntp" out of cron
  41. ! every day or so or when you notice there's a problem.
  42.   
  43.   
  44.   ------------------------------
  45. ***************
  46. *** 780,786 ****
  47. --- 780,807 ----
  48.       source-archive!:!*,*sources*,!*wanted*,!*.d\
  49.           :Tc,Nm,Wn:/usr/local/bin/archive -f -i /usr/spool/news.archive/INDEX
  50.   
  51. + Ulf Kieber <uk1@irz.inf.tu-dresden.de> writes:
  52. + People often complain that the man pages for archive and for newsfeeds
  53. + do give conflicting information.  This is not true.  Newsfeeds(5) shows
  54. + you how to set up a /program/ feed for archive, while archive(8) shows
  55. + you how to set up a /channel/ feed.  There are some rules for using one
  56. + over the other:
  57.   
  58. + 1. If you intend to use the ``-i'' flag, ALWAYS use a channel feed, as
  59. +    archive does not do any file locking on it's index file.  The index
  60. +    file might get corruped by multiple concurrently running instances
  61. +    of archive, as may happen with a program feed.
  62. + 2. If you do not intend to use the ``-i'' flag, choose a channel feed
  63. +    only if that feed will be very busy (some hundred articles a day,
  64. +    perhaps).  If the feed will not be really busy use a program feed.
  65. + A channel feed starts up a process that keeps running all the time and
  66. + is connected to innd via a pipe, while a program feed fires up a
  67. + process for every single article that goes through the feed.  That
  68. + process only handles this one article and dies thereafter.
  69.   ------------------------------
  70.   
  71.   Subject:  How do I set up inpaths with INN?
  72. ***************
  73. *** 795,801 ****
  74.   #!/bin/sh
  75.   . /home/news/innshellvars
  76.   cd ${SPOOL}
  77. ! awk '(NR > 2){print $3}' < ${HISTORY} | tr . / | sort | \
  78.   inpaths `innconfval pathhost` | \
  79.   ${MAILCMD} pathsurvey@decwrl.dec.com
  80.   
  81. --- 816,822 ----
  82.   #!/bin/sh
  83.   . /home/news/innshellvars
  84.   cd ${SPOOL}
  85. ! awk '(NF > 2){print $3}' < ${HISTORY} | tr . / | sort | \
  86.   inpaths `innconfval pathhost` | \
  87.   ${MAILCMD} pathsurvey@decwrl.dec.com
  88.   
  89. -- 
  90. Tom Limoncelli -- tal@warren.mentorg.com (work) -- tal@plts.org (play)
  91. "Psst!  Hey, Anthony!  Y'know what I        | Disclaimer:  I do not
  92. like about existing?"  "Uh... uh... what?"  | speak for Mentor Graphics.
  93. "Possessing a physical extension."  -TSA    |
  94.  
  95.